Functoid - ColumnPart

ColumnPart Functoid

Description: The ColumnPart Functoid will split the value introduced to Param with the Seperator field. This results into X split parts. The numeric value assigned to Index determines which part is returned as a result of the ColumnPart functoid. Inputs with their allowed values:

Picture of the ColumnPart Functoid

 
Remark: When handling textlines that include Line Feeds this can be caught by using n as a seperator. This behaviour can be escaped by using \n. This will effectively split the input by the text "n". Example:  See Figure 1.

Figure1